This is shell script for example code


Posted by coray0715 on 2023-07-04

#!/bin/bash

# This is a simple shell script example

# Print "Hello, World!" to the console
echo "Hello, World!"









Related Posts

[JS101] JavaScript - 常用的內建函式

[JS101] JavaScript - 常用的內建函式

同步 & 非同步(4) - async & await

同步 & 非同步(4) - async & await

解構賦值 Destructuring Assignment

解構賦值 Destructuring Assignment


Comments